home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / ice / pisces / Imakefile
Encoding:
Makefile  |  1991-09-04  |  999 b   |  32 lines

  1. /*****************************************************************************
  2. //
  3. // Copyright (C) 1991 Texas Instruments Incorporated.
  4. //
  5. // Permission is granted to any individual or institution to use, copy, modify,
  6. // and distribute this software, provided that this complete copyright and
  7. // permission notice is maintained, intact, in all copies and supporting
  8. // documentation.
  9. //
  10. // Texas Instruments Incorporated provides this software "as is" without
  11. // express or implied warranty.
  12. //
  13.  *****************************************************************************
  14.  *
  15.  *    Author: Martin Neath
  16.  *    Filename: Imakefile
  17.  *    Module: pisces
  18.  *    Purpose: Imake file for PISCES utilities 
  19.  *    Creation Date: 05/13/90
  20.  *
  21.  *****************************************************************************/
  22.  
  23. #define IHaveSubdirs
  24.  
  25. CONFIG = $(TOP)$(PATHSEP)pisces$(PATHSEP)config
  26.  
  27. #if OS2Platform
  28. SUBDIRS = pimake cpp mkdepend touch par
  29. #else
  30. SUBDIRS = pimake cpp mkdepend byacc flex diff rcs touch par
  31. #endif
  32.